Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(init): fund existing accounts; update contractsDir #13

Merged
merged 1 commit into from
Jan 15, 2025

Conversation

chadoh
Copy link
Contributor

@chadoh chadoh commented Dec 9, 2024

  • if accounts already exist,
    • don't panic (that's the | true)
    • fund them
  • use .stellar directory, not .soroban (and extract to a variable)
  • rm unused id var
  • build contracts after binding
  • switch to STELLAR_* env vars, rather than obsolete SOROBAN_*

@chadoh chadoh requested a review from fnando December 9, 2024 18:53
initialize.js Outdated Show resolved Hide resolved
@chadoh chadoh force-pushed the fix/init/contractsDir-and-funding branch 2 times, most recently from a10a0c1 to 97813da Compare December 11, 2024 18:33
- if accounts already exist,
  - don't panic (that's the `| true`)
  - fund them
- use `.stellar` directory, not `.soroban` (and extract to a variable)
- rm unused `id` var
- build contracts after binding
- switch to `STELLAR_*` env vars, rather than obsolete `SOROBAN_*`
@chadoh chadoh force-pushed the fix/init/contractsDir-and-funding branch from 97813da to ccf22c1 Compare December 11, 2024 18:56
chadoh added a commit to AhaLabs/stellar-docs that referenced this pull request Dec 11, 2024
And just make sure it works, in general. It was pretty broken.

Relies on these fixes:

- stellar/soroban-template-astro#13
- stellar/soroban-template-astro#14

And can be cleaned up once this is merged:

- Creit-Tech/Stellar-Wallets-Kit#49
chadoh added a commit to AhaLabs/stellar-docs that referenced this pull request Dec 11, 2024
And just make sure it works, in general. It was pretty broken.

Relies on these fixes:

- stellar/soroban-template-astro#13
- stellar/soroban-template-astro#14

And can be cleaned up once this is merged:

- Creit-Tech/Stellar-Wallets-Kit#49
chadoh added a commit to AhaLabs/stellar-docs that referenced this pull request Dec 11, 2024
And just make sure it works, in general. It was pretty broken.

Relies on these fixes:

- stellar/soroban-template-astro#13
- stellar/soroban-template-astro#14

And can be cleaned up once this is merged:

- Creit-Tech/Stellar-Wallets-Kit#49
chadoh added a commit to AhaLabs/stellar-docs that referenced this pull request Dec 11, 2024
And just make sure it works, in general. It was pretty broken.

Relies on these fixes:

- stellar/soroban-template-astro#13
- stellar/soroban-template-astro#14

And can be cleaned up once this is merged:

- Creit-Tech/Stellar-Wallets-Kit#49
@chadoh chadoh enabled auto-merge (squash) December 23, 2024 14:21
janewang pushed a commit to stellar/stellar-docs that referenced this pull request Jan 10, 2025
And just make sure it works, in general. It was pretty broken.

Relies on these fixes:

- stellar/soroban-template-astro#13
- stellar/soroban-template-astro#14

And can be cleaned up once this is merged:

- Creit-Tech/Stellar-Wallets-Kit#49
@chadoh chadoh merged commit 378bf33 into stellar:main Jan 15, 2025
@elizabethengelman elizabethengelman deleted the fix/init/contractsDir-and-funding branch January 15, 2025 21:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants